Description
Restore the document input from a context variable given its name. Return the document.
Operation id | Context.RestoreDocumentInput |
Category | Execution Context |
Label | Restore Document Input |
Requires | |
Since | |
Parameters
Signature
Inputs | void |
Outputs | document |
Implementation Information
JSON Definition
{
"id" : "Context.RestoreDocumentInput",
"label" : "Restore Document Input",
"category" : "Execution Context",
"requires" : null,
"description" : "Restore the document input from a context variable given its name. Return the document.",
"url" : "Context.RestoreDocumentInput",
"signature" : [ "void", "document" ],
"params" : [ {
"name" : "name",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}